encoding/asn1.fieldParameters.tag (field)
19 uses
encoding/asn1 (current package)
asn1.go#L753: if t.class == expectedClass && t.tag == *params.tag && (t.length == 0 || t.isCompound) {
asn1.go#L816: if !params.explicit && params.tag != nil {
asn1.go#L818: expectedTag = *params.tag
asn1.go#L822: if !params.explicit && params.application && params.tag != nil {
asn1.go#L824: expectedTag = *params.tag
asn1.go#L828: if !params.explicit && params.private && params.tag != nil {
asn1.go#L830: expectedTag = *params.tag
common.go#L81: tag *int // the EXPLICIT or IMPLICIT tag (maybe nil).
common.go#L103: if ret.tag == nil {
common.go#L104: ret.tag = new(int)
common.go#L127: ret.tag = new(int)
common.go#L128: *ret.tag = i
common.go#L134: if ret.tag == nil {
common.go#L135: ret.tag = new(int)
common.go#L139: if ret.tag == nil {
common.go#L140: ret.tag = new(int)
marshal.go#L687: if params.tag != nil {
marshal.go#L705: tag: *params.tag,
marshal.go#L714: tag = *params.tag
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)